home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HiJaak Graphics Suite 3.0
/
HiJaak Graphics Suite V3.iso
/
check_cd.bat
next >
Wrap
DOS Batch File
|
1995-01-14
|
469b
|
15 lines
@echo off
echo This program must be run from DOS.
echo It cannot be run from a DOS shell under Windows, you must exit Windows first.
echo If you are running from a DOS shell under Windows, press CTRL-BREAK to stop.
pause
if %1.==. goto lab1
%1\install\disk1\diskchk.exe %1\ -s
goto done
:lab1
echo Run script by typing "CHECK_CD X:"
echo where "X" is the letter of your CDROM drive
echo (If X is not your current drive, type "X:\CHECK_CD X:")
:done